home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / RDR / @image.app / English.lproj / RemotePresentOptions.nib / data.classes next >
Text File  |  1994-12-14  |  1KB  |  68 lines

  1. AIAbstractPresentOptions = {
  2.     ACTIONS = {
  3.     okAction:;
  4.     dummyAction:;
  5.     cancelAction:;
  6.     };
  7.     OUTLETS = {
  8.     window;
  9.     drawSpeedPopupButton;
  10.     speakerNotesButton;
  11.     presentationTypeSwitchview;
  12.     windowWidthForm;
  13.     presentationTypeMatrix;
  14.     autoControlButton;
  15.     pageTransitionsButton;
  16.     windowHeightForm;
  17.     windowYForm;
  18.     windowXForm;
  19.     pageSoundsButton;
  20.     };
  21.     SUPERCLASS = Object;
  22. };
  23. RDRSelector = {
  24.     ACTIONS = {
  25.     replaceStringFrom:;
  26.     takeStringValueFrom:;
  27.     selectFirst:;
  28.     addStringFrom:;
  29.     selectNext:;
  30.     selectLast:;
  31.     removeAll:;
  32.     removeSelectedCells:;
  33.     selectPrev:;
  34.     };
  35.     OUTLETS = {
  36.     };
  37.     SUPERCLASS = Control;
  38. };
  39. AIRemotePresentOptions = {
  40.     ACTIONS = {
  41.     stopRejectTimer:;
  42.     startRejectTimer:;
  43.     };
  44.     OUTLETS = {
  45.     rejectButton;
  46.     timeOutProgress;
  47.     presentToMatrix;
  48.     ticksRemainingField;
  49.     uNameField;
  50.     hostNameField;
  51.     hostSelector;
  52.     };
  53.     SUPERCLASS = AIAbstractPresentOptions;
  54. };
  55. FirstResponder = {
  56.     ACTIONS = {
  57.     };
  58.     SUPERCLASS = Object;
  59. };
  60. AIProgressView = {
  61.     ACTIONS = {
  62.     increment:;
  63.     };
  64.     OUTLETS = {
  65.     };
  66.     SUPERCLASS = View;
  67. };
  68.